Mock Happy ^^^^^ **Definition:** * If one uses too many mock objects that interact with each other, the test will only test the interaction between them instead of the functionality of the production code. **Also Known As:** * The Mockery **References:** .. admonition:: Quality attributes * :octicon:`file-code;1em` - Code Example * :octicon:`comment-discussion;1em` - Cause and Effect * :octicon:`graph;1em` - Frequency * :octicon:`sync;1em` - Refactoring * `Categorising Test Smells `_ :octicon:`graph;1em` * `Smells in software test code: A survey of knowledge in industry and academia `_ * `Smells of Testing (signs your tests are bad) `_ :octicon:`sync;1em`